home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / clcsol.zip / CALCSOL.TXT < prev    next >
Text File  |  1991-04-02  |  13KB  |  369 lines

  1. Calculation Solitaire version 1.0
  2.  
  3. Copyright (c) 1991 by Daniel Thomas.  All Rights Reserved.
  4.  
  5.  
  6. NOTE: If you print this from NOTEPAD, use File/Page Setup to set the Left
  7.       and Right Margins to 0.
  8.  
  9.  
  10. Introduction
  11. ------------
  12.  
  13. Calculation Solitaire version 1.0 is a full-featured shareware Windows
  14. program that includes card dragging, top scores (records), difficulty levels,
  15. and hints.  Much effort was spent to make playing it intuitive, challenging,
  16. and fun.
  17.  
  18. Please read the comments on shareware at the end of this document.  If you
  19. enjoy this game and want to see more like it, please register.
  20.  
  21.  
  22. Requirements
  23. ------------
  24.  
  25. Microsoft Windows 3.0 or higher, in Standard or Enhanced mode; it will
  26.     probably run OK in Real mode, but I can't guarantee it.
  27.  
  28. Hercules, EGA, VGA, or higher
  29.  
  30. Mouse
  31.  
  32.  
  33. Installing over previous version:
  34. ---------------------------------
  35.  
  36. Just copy the files over the old ones.  You will probably lose your top
  37. scores, but as long as you don't delete the file CALCSOL.DAT, you shouldn't
  38. have to re-enter your registration number (if you've registered; if you
  39. haven't, WHY NOT?).
  40.  
  41.  
  42. Installation (first time)
  43. -------------------------
  44.  
  45. You may copy the Calculation Solitaire files into any directory.  To add
  46. Calculation Solitaire (CALCSOL.EXE) to one of your Program Manager groups,
  47. follow the instructions in your Windows manual.  (Briefly, this involves
  48. selecting File/New/Program Item from the Program Manager menu, and filling
  49. in the appropriate fields.)
  50.  
  51. Calculation Solitaire will create a file called CALCSOL.DAT, which contains
  52. all your settings, and your Records (top scores) information.  It also will
  53. contain your registration information, when you register.
  54.  
  55. PLEASE DO NOT DISTRIBUTE CALCSOL.DAT TO OTHERS OR TO BULLETIN BOARDS.  (You
  56. may distribute the other files freely.)
  57.  
  58. If you delete CALCSOL.DAT, you will have to re-enter your registration
  59. information.
  60.  
  61.  
  62. Overview
  63. --------
  64.  
  65. Calculation Solitaire tops the list of solitaire games that give the
  66. opportunity for skill.  Depending on the difficulty level you play, with
  67. proper strategy you can win 2 out of 3 games, or more.  Of course, playing at
  68. a more difficult level decreases the chances, but also increases the
  69. opportunity for masterful play.
  70.  
  71.  
  72. Foundations
  73. -----------
  74.  
  75. The Ace, two, three and four of spades are removed from the deck and placed
  76. across the top of the playing area.  These cards form the Foundations.  The
  77. object is to get all the cards onto the Foundations.
  78.  
  79. Each Foundation is built up in arithmetical sequence (as shown below),
  80. without regard to suit or color.
  81.  
  82.      Foundation pile 1 counts by ones, as in:
  83.  
  84.           A 2 3 4 5 6 7 8 9 10 J Q K
  85.  
  86.      Foundation pile 2 counts by twos, as in:
  87.  
  88.           2 4 6 8 10 Q A 3 5 7 9 J K
  89.  
  90.      Foundation pile 3 counts by threes, as in:
  91.  
  92.           3 6 9 Q 2 5 8 J A 4 7 10 K
  93.  
  94.      Foundation pile 4 counts by fours, as in:
  95.  
  96.           4 8 Q 3 7 J 2 6 10 A 5 9 K
  97.  
  98. (If you can't remember the sequence, on-screen help is a click away.  It is
  99. discussed later.)
  100.  
  101.  
  102. Play
  103. ----
  104.  
  105. Turn up a card from the deck, one at a time.  The card may be played onto
  106. one of the Foundations, if possible.  Alternatively, place it on one of the
  107. Waste Piles (which are located below the Foundations).  There are from 4 to
  108. 6 Waste Piles, depending on which difficulty level you choose.
  109.  
  110. If there is already a card on the Waste Pile, simply place the new card on
  111. top of the existing card.  
  112.  
  113. At any time, the top card of any Waste Pile may be played onto the
  114. Foundation.  No other movement of cards from the Waste Piles is possible.
  115.  
  116. To win the game, play all the cards onto the Foundations, in the proper
  117. order.
  118.  
  119.  
  120. Mechanics
  121. ---------
  122.  
  123. To turn over a card from the deck, click once on the deck with the left
  124. mouse button.
  125.  
  126. There are 2 ways to select a card for movement, depending on what Option is
  127. selected.
  128.  
  129.     If "Drag Cards" is checked on the Options menu, you move a card by
  130.     "dragging" it.  This means that you point at the card, and hold down the
  131.     left mouse button.  The cursor will change into a "hand".  When you move
  132.     the mouse, you will drag the card.  Release the card (by letting go of
  133.     the left mouse button) when at least half of the card covers the desired
  134.     new location.  If it is an invalid location for the card, the card will
  135.     drag itself back to its original location.
  136.  
  137.     If "Drag Cards" is not checked, then you move cards by first selecting
  138.     the card, then selecting the new location.  To select a card, click once
  139.     on the card with the left mouse button.  It will then be highlighted.
  140.     Then click on the new location.  (To un-select a card, click on it
  141.     again.)
  142.  
  143. You can undo the last move by selecting Undo from the Edit menu, or by
  144. pressing Alt+Backspace.
  145.  
  146.  
  147. Hints
  148. -----
  149.  
  150. If you can't remember the sequence for a particular Foundation, click once
  151. on it with the right mouse button.  A small window will pop up with the
  152. sequence.
  153.  
  154. Alternatively, you may choose to have a "Hint Window" on the screen at all
  155. times.  This is a free-floating window which shows the card sequence of each
  156. Foundation.  Refer to the "Options" section, below.
  157.  
  158.  
  159. Menu Choices
  160. ------------
  161.  
  162.     Game
  163.  
  164.         New Game    Starts a new game
  165.  
  166.         Records     Brings up the Records screen (top scores).  You can
  167.                     reset the records from this screen.
  168.  
  169.         Exit        Terminates Calculation Solitaire.
  170.  
  171.     Edit
  172.  
  173.         Undo        Backs up one move.  You may also "undo" by pressing
  174.                     Alt+Backspace on the keyboard.  The Undo option is only
  175.                     available after a card has been placed onto one of the
  176.                     Waste Piles or Foundation Piles.  Once a new card has
  177.                     been turned up from the Deck, you can no longer undo the
  178.                     last move.
  179.  
  180.     Options
  181.  
  182.        Easy         These three options, Easy, Intermediate, and Hard,
  183.        Intermediate control the difficulty level of the game.  The Easy game
  184.        Hard         has 6 Waste Piles, the Intermediate has 5, and the Hard
  185.                     has 4 Waste Piles.  It takes an expert to win
  186.                     consistently with only 4 Waste Piles.
  187.  
  188.        Green Back-  If you don't like the look of the green playing surface,
  189.              round  un-check this option.
  190.  
  191.        Hint Window  Selecting this option brings up another menu, with these
  192.                     options:
  193.  
  194.            Show         Check this option if you want a window with the
  195.                         card sequences of the Foundations.  It is a
  196.                         free-floating window, which means that you can
  197.                         "drag" it to any position on the screen.  If you
  198.                         want to move this window, use the mouse to point at
  199.                         the caption ("Hint Window"), press and hold the left
  200.                         mouse button, and move it wherever you wish.  Then
  201.                         release the mouse button.
  202.  
  203.                         When the Hint Window is displayed, if you hold down
  204.                         the right mouse button while pointing at a
  205.                         Foundation Pile, the Hint Window will "highlight"
  206.                         the corresponding hint row.
  207.  
  208.                         NOTE: If you use Whiskers (another Shareware
  209.                               product), you may notice a delay when you do
  210.                               this.  If you want to eliminate this delay,
  211.                               turn off Whiskers while running Calculation
  212.                               Solitaire.
  213.  
  214.            Restore Position  Select this option if you want to move the Hint
  215.                         Window back to its original position.
  216.  
  217.            Drag Cards   If you would rather not "drag" cards around the
  218.                         screen, then un-check this option.  See the
  219.                         discussion about this, in the preceding section
  220.                         "Mechanics".
  221.  
  222.        Changing Deck    The card deck shows a picture.  When this option is
  223.                         selected, the picture on the card deck will
  224.                         periodically change during game play.  If this is
  225.                         annoying, un-check this option.
  226.  
  227.        Start Maximized  When this options is checked, Calculation always
  228.                         starts up in full-screen mode.  If you don't like
  229.                         that, un-check this option.
  230.  
  231.        Hand Cursor      When you start to drag a card, the cursor changes
  232.                         into a "hand".  On some systems, this can slow down
  233.                         the dragging process.  Un-check this option, and
  234.                         Calculation Solitaire will not display a hand cursor.
  235.  
  236.     Help
  237.  
  238.         Help        Currently, selecting this options starts Notepad,
  239.                     opening up this document.  A future version will use the
  240.                     standard Windows help system.
  241.  
  242.         About       Selecting this option brings up the "About" screen,
  243.                     which gives you information about the version number and
  244.                     the author.
  245.  
  246.  
  247. Strategy
  248. --------
  249.  
  250. Think ahead when you have to cover up cards on the waste pile.  Try to
  251. figure out which cards are likely to be needed first.  The more you play the
  252. game, the more familiar you become with the order.  This is essential to
  253. winning Calculation Solitaire.  Use the Floating Hint Window to help you
  254. learn the order.
  255.  
  256. Remember that Kings are the last card on each Foundation, so be careful what
  257. you cover up with a King.
  258.  
  259.  
  260. Acknowledgements
  261. ----------------
  262.  
  263. Calculation Solitaire was written in Borland's Turbo Pascal for Windows.
  264.  
  265. Many thanks to all the guys in Borland's support department, including
  266. Danny Thorpe and Rob Powell.
  267.  
  268. Also I'd like to thank my wife, Gina, for believing.
  269.  
  270.  
  271. Trademarks
  272. ----------
  273.  
  274. Windows is a trademark of Microsoft Corp.
  275. Turbo Pascal for Windows is a trademark of Borland International.
  276.  
  277.  
  278. Revision History
  279. ----------------
  280. 3-26-91 version 1.01 
  281.     first public release
  282.  
  283. 4-2-91 version 1.02
  284.     minor bug fix (average cards for hard level could corrupt)
  285.     reduced EXE size by 90k (!)
  286.     added Hand Cursor option
  287.  
  288.  
  289. A note about Shareware
  290. ----------------------
  291.  
  292. This program, Calculation Solitaire, is Copyright (c) 1991 by Daniel Thomas. 
  293. All rights reserved.
  294.  
  295. Calculation Solitaire is Shareware.  This means that you are free to use it
  296. for a trial period, at no charge.  After a reasonable trial period, if you
  297. continue to use it, you must register it.
  298.  
  299. This program is a fully functional version, and is not crippled in any way. 
  300. I do not believe in crippling software in order to force registration. 
  301.  
  302. To register your copy of Calculation Solitaire, please print and fill out
  303. the order form at the end of this document.  NOTE: The order form is
  304. duplicated in the file CALCSOL.REG.  You can load this file into NOTEPAD
  305. and print it.
  306.  
  307. When you register, you will receive a registration number that will get rid
  308. of the reminder screen that you see when you start the program.  In
  309. addition, for a small additional fee you can receive the current version on
  310. disk, along with a small printed manual.
  311.  
  312.  
  313. You may distribute this program freely, as long as all files are included
  314. EXCEPT THE FILE CALCSOL.DAT, and the files are not modified in any way.
  315.  
  316. You can contact me on Compuserve at 72301,2164, and Prodigy at CWRF01A.
  317. Thanks for your support.
  318.  
  319. Dan Thomas
  320.  
  321. --------------------------------------------------------------------------
  322.  
  323.                Calculation Solitaire v1.0 Registration Form
  324.  
  325. Name:   ________________________________________________________________
  326.  
  327. Company:________________________________________________________________
  328.  
  329. Address:________________________________________________________________
  330.  
  331.         ________________________________________________________________
  332.  
  333. City:   ____________________________  State:_____  Zip:_________________
  334.  
  335. Phone:  (_______)___________________  Country:__________________________
  336.  
  337. Electronic Mail: _______________________________________________________
  338.  
  339. Where did you get your copy of Calculation Solitaire from:
  340.  
  341. __________________________________________________________
  342.  
  343.  
  344. Calculation Solitaire registration: $15.00                  $___________
  345.  
  346. Printed manual and current version on disk (optional):
  347.  
  348.              US & Canada address: $5.00,
  349.              Foreign address:    $10.00                     $___________
  350.  
  351.              Disk size(circle one):    5.25     3.5
  352.  
  353.  
  354.                                           Total (US Funds): $___________
  355.  
  356. ---------------------------------------------------------------------------
  357.  
  358. Checks must be drawn on a US bank, and payable in US funds.
  359.  
  360. Please make checks payable to:  Daniel Thomas
  361.  
  362. Send to:      Daniel Thomas
  363.               2301 N. Huron Circle
  364.               Placentia, CA 92670
  365.               (714) 524-5625
  366.  
  367.               Compuserve: 72301,2164
  368.               Prodigy: CWRF01A
  369.